Autogenerated HTML docs for v1.5.0-rc4-39-gd4144 
diff --git a/config.txt b/config.txt index 4e650af..0129b1f 100644 --- a/config.txt +++ b/config.txt 
@@ -222,6 +222,12 @@ 	spaces, the usual shell quoting and escaping is supported. 	quote pair and a backslash can be used to quote them.   +	If the alias expansion is prefixed with an exclamation point, +	it will be treated as a shell command. For example, defining +	"alias.new = !gitk --all --not ORIG_HEAD", the invocation +	"git new" is equivalent to running the shell command +	"gitk --all --not ORIG_HEAD". +  apply.whitespace:: 	Tells `git-apply` how to handle whitespaces, in the same way 	as the '--whitespace' option. See gitlink:git-apply[1].